python verificar se c3 a9 numero

Solutions on MaxInterview for python verificar se c3 a9 numero by the best coders in the world

showing results for - "python verificar se c3 a9 numero"
Valeria
02 Jan 2019
1case = input(escolha um valor de 0 a 10)
2if type(case) != int:
3   print("Digite apenas numeros!")
4else:
5   #--processo