Skip to content

Instantly share code, notes, and snippets.

@SeePetulaCode
Last active January 2, 2019 00:26
Show Gist options
  • Select an option

  • Save SeePetulaCode/531b0d361ab924d8489582512dc86dcb to your computer and use it in GitHub Desktop.

Select an option

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