Added some python projects

This commit is contained in:
plane000
2018-05-04 17:53:55 +01:00
parent 5c0772fea7
commit 452be24a19
8 changed files with 71 additions and 0 deletions

21
Python/asd.py Normal file
View File

@@ -0,0 +1,21 @@
y = 1
print "wahsdhasd"
while y == 1:
x = input("NUMBER NOW PLS: ")
print("Your number is: ", x)
z = 1
x = int(z)
if z % 2:
print("X is divisible by 2")
else:
print("X is divisible by 2")
if z == 0:
break
print("You chose to stop")