Skip to content

Instantly share code, notes, and snippets.

View morganahuber04's full-sized avatar

morganahuber04

View GitHub Profile
@morganahuber04
morganahuber04 / Untitled.py
Created November 28, 2015 18:13
Untitled.py
from scene import *
import ui
print('Welcome to fortune teller!')
number = input('type a number from 1 - 25')
if number == 1 :
print('you will become a millionare when you are 57 years old')
elif number == 2 :
print('you will become famous in 1 year')
@morganahuber04
morganahuber04 / Untitled.py
Created November 28, 2015 18:13
Untitled.py
from scene import *
import ui
print('Welcome to fortune teller!')
number = input('type a number from 1 - 25')
if number == 1 :
print('you will become a millionare when you are 57 years old')
elif number == 2 :
print('you will become famous in 1 year')