Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Quadrisheriff/50c724143ccb60bf2ee6850702b7df16 to your computer and use it in GitHub Desktop.

Select an option

Save Quadrisheriff/50c724143ccb60bf2ee6850702b7df16 to your computer and use it in GitHub Desktop.

Revisions

  1. Quadrisheriff revised this gist Apr 20, 2020. No changes.
  2. Quadrisheriff created this gist Apr 20, 2020.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original 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)