Files
Man1130/jupyter/Man1130-python-comission/course_materials/Note/a1-2-variable.py
louiscklaw e44aead3d5 update,
2025-02-01 01:58:19 +08:00

7 lines
46 B
Python

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