top of page
Things_to_learn = ["tk", "turtle", "python history"]
​
print("I want to learn: " + Things_to_learn + " in this class")
​
__________________________________________________________________________________________
computer@person:~/Desktop/VScode/python_code$ python3 "/home/person/Desktop/VScode/python code/autoClick.py"
​
I want to learn: ['tk', 'turtle', 'python history'] in this class
bottom of page