Files
004_comission/Man1130/jupyter/Man1130-python-comission/course_materials/Note/a1-2-variable.py
louiscklaw fc6f79b133 update,
2025-01-31 20:57:47 +08:00

7 lines
46 B
Python

# x = 5
# x
# x = 10
# y = 20
# x + y
# x = y