Skip to content

Instantly share code, notes, and snippets.

while y==10:
try:
x = int(raw_input("Please enter an integer between 0 and 30: "))
if x < y:
print x, "is less than", y
if x > y:
print x, "is greater than", y
else:
print x, "and", y, "are equal"
break
while y==10:
try:
x = int(raw_input("Please enter an integer between 0 and 30: "))
if x < y:
print x, "is less than", y
if x > y:
print x, "is greater than", y
else:
print x, "and", y, "are equal"
break
@MTClass
MTClass / .block
Last active May 23, 2017 01:54
MD Counties Pie Chart-May 21
license: mit
@MTClass
MTClass / .block
Created May 21, 2017 19:49
New York Counties-Pie
license: mit
@MTClass
MTClass / .block
Last active May 21, 2017 19:28
Final Exam
license: mit
@MTClass
MTClass / .block
Created May 20, 2017 11:23
test 1
license: mit
@MTClass
MTClass / .block
Last active May 21, 2017 20:10
MD Counties Pie Chart-May 19
license: mit
@MTClass
MTClass / .block
Last active May 20, 2017 02:12
class 5
license: mit
@MTClass
MTClass / .block
Last active May 21, 2017 19:28
Exam 1-3
license: mit
@MTClass
MTClass / .block
Last active May 18, 2017 20:16
Pie Chart on Map
license: mit