CS
Size: a a a
CS
M
Traceback (most recent call last):
File "jdoodle.py", line 4, in <module>
i = int(input())
EOFError: EOF when reading a line
CPU Time: 0.02 s
Memory: 10636 KB
CS
СМ
M
import random
n = random.randint(1, 100)
while True:
i = int(input())
if i == n:
print("ты угадал пидарас")
break
В
M
Traceback (most recent call last):
File "jdoodle.py", line 4, in <module>
i = int(input())
EOFError: EOF when reading a line
CPU Time: 0.03 s
Memory: 10556 KB
СМ
СМ
СМ
СМ
M
import random
n = random.randint(1, 100)
while True:
i = int(input())
if i == n:
print("ты угадал пидарас")
break