Hi,
I’m new to Spoj, I’ve been learning Python through the summer with online classes and now want go deeper, I don’t know why my code isn’t working though, I’ve been looking for ideas on the forum for an hour but now I think I need to ask for some help
x : int
while True:
x = input()
if x != str(42):
print(x)
else:
break
created
last reply
- 1
reply
- 575
views
- 2
users
- 1
link