Initial commit: Python learning project with examples and exercises
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
head=35
|
||||
foot=100
|
||||
for i in range(1, head+1):
|
||||
if i*2+( head-i)*4== foot:
|
||||
print(i, head-i)
|
||||
Reference in New Issue
Block a user