“отладчик онлайн для Python” Ответ

отладчик Python

#preinstalled package
import pdb; pdb.set_trace()
Nice Nightingale

Python IDE онлайн

#1
https://www.onlinegdb.com/online_python_compiler
#2
https://repl.it/languages/python3
iTry

отладчик онлайн для Python

import random
num,name,gueses=random.randint(1,100),input("Hello, What's your name?"),10
print('Okay!'+name+'guess a number between 1 and 10:')
while guesses<10:
    user_guesses=int(input())
guesses+=1
    if user_guess < num:
        print('your guess is too low')
    if user_guess>num:
        print('your guess is too high')
    if user_guess==num:
        break
    if user_guess=num:
        print('You guessed the number in'+str(guesses)+'tries')
    else:
        print('Sorry,Actually the number was'+str(num))
Inexpensive Impala

отладчик онлайн для Python

please tell me the reason which mistake in this code
Unsightly Unicorn

Ответы похожие на “отладчик онлайн для Python”

Вопросы похожие на “отладчик онлайн для Python”

Больше похожих ответов на “отладчик онлайн для Python” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования