0
Guys how to open an input Python code in a code grand
View input Python by someone else https://code.sololearn.com/cSFpHC5VSjfy/?ref=app
1 Answer
0
This how you get an input in python which get a number :
number = int(input())
View input Python by someone else https://code.sololearn.com/cSFpHC5VSjfy/?ref=app