Skip to content

Instantly share code, notes, and snippets.

@SeePetulaCode
Last active January 2, 2019 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeePetulaCode/531b0d361ab924d8489582512dc86dcb to your computer and use it in GitHub Desktop.
Save SeePetulaCode/531b0d361ab924d8489582512dc86dcb to your computer and use it in GitHub Desktop.
import random
import sys
import os
#this is a comment
name = input("Enter name: ")
print("hello " + name +"!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment