other foo like example 2

This commit is contained in:
Mert Gör 🇹🇷 2023-07-02 17:01:23 +03:00
parent bc2ba6f448
commit 7c95cb2375
No known key found for this signature in database
GPG key ID: 2100A876D55B39B9

View file

@ -0,0 +1,5 @@
x = 123
print(x) # 123
x = 'Ali'
print(x) # Ali