ChatGPT with Python
This article is for beginners to read and understand what is the relationship between Python, Excel and ChatGPT
Python Basic
Here is a special assignment compare with other common scripts (e.g., C++, Java, JS)
Simultaneous Assignment
x,y = 1,2
print('x =',x,'y =',y)
The result: x = 1, y = 2
\