what is the syntax of input in python
Answers
Answered by
2
SYNTAX FOR INPUT IN PYTHON PROGRAMMING
INPUT( PROMPT )
PLZ MARK AS BRAINLIEST
Answered by
2
HEY MATE HERE IS YOUR ANSWER...
Explanation:
The input method reads a line
from input (usually user), converts the
line into a string by removing the trailing
newline, and returns it. If EOF is read, it
raises an EOFError exception.
HOPE IT HELPS
PLZ MARK AS BRAINLIEST AND FOLLOW...
Similar questions