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
1 changed files with 5 additions and 0 deletions

View File

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