Files
NeuerTest/test.py
T

4 lines
64 B
Python

print("Hallo")
a=int(input("Gib eine Zahl ein"))
b=a*2
print (b)