Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 159 Bytes

File metadata and controls

14 lines (12 loc) · 159 Bytes
name = "kamal"
age = 21
status = False
print(name, age, status)
# kamal 21 False

private variable

__password = 2324
print(__password)