+ 3
Interacting with the user
Taking user input on python please help me wuth the write way to do it
2 Respostas
+ 6
Brandon Maladi in the Python playground all inputs should be addressed in a comment in the head section of the code
As an example only
"""
There are 3 inputs:
Name
Age
Whatever
"""
The Python playground is not interactive... so an alternative as far as on sololearn might be using Brython or skulpt in the web playground.
+ 1
Understand