“Depurador online para Python” Respostas de código

Depurador do Python

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

Python IDE online

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

Depurador online para 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

Depurador online para Python

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

Respostas semelhantes a “Depurador online para Python”

Perguntas semelhantes a “Depurador online para Python”

Mais respostas relacionadas para “Depurador online para Python” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código