Created
April 20, 2020 18:21
-
-
Save Quadrisheriff/50c724143ccb60bf2ee6850702b7df16 to your computer and use it in GitHub Desktop.
Revisions
-
Quadrisheriff revised this gist
Apr 20, 2020 . No changes.There are no files selected for viewing
-
Quadrisheriff created this gist
Apr 20, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ my_name = "sugar" num = 20 new_num = 2.6 print(my_name) print(num) print(new_num)