4 - Input-Output, Keywords and Identifiers
4 - Input-Output, Keywords and Identifiers
• Presentation By Uplatz
• Contact us: https://training.uplatz.com
• Email: [email protected]
• Phone: +44 7836 212635
Python Identifiers, Keywords,
Reading Input, Output
Formatting
Learning outcomes:
• What is an Identifier
• Keywords
• Reading Input
• Taking multiple inputs from user
• Output Formatting
• Python end parameter
What is an Identifier?
Example:
$ Python 3.8.5
>>> help()
help> keywords
Reading input in Python
2
functions
input()
- Python
v3.x
raw_input()
- Python
v2.x
Reading input in Python
Example:
Output
Formatting