Skip to content

Instantly share code, notes, and snippets.

View soesandanwe's full-sized avatar
🐼
I may be slow to respond.

Soe Sanda Nwe soesandanwe

🐼
I may be slow to respond.
View GitHub Profile
@soesandanwe
soesandanwe / main.py
Created March 4, 2019 11:35
WastefulLemonchiffonBots created by soesandanwe - https://repl.it/@soesandanwe/WastefulLemonchiffonBots
import random
L_size=int(input("Please enter the length for the list: "))
Lower_b=int(input("Please enter the lower bound for the range of integer values: "))
Upper_b=int(input("Please enter the upper bound for the range of integer values: "))
if Lower_b>Upper_b:
print ( "Lower bound is greater than Upper bound." )
else:
L=[]
@soesandanwe
soesandanwe / main.py
Created March 4, 2019 11:35
WastefulLemonchiffonBots created by soesandanwe - https://repl.it/@soesandanwe/WastefulLemonchiffonBots
import random
L_size=int(input("Please enter the length for the list: "))
Lower_b=int(input("Please enter the lower bound for the range of integer values: "))
Upper_b=int(input("Please enter the upper bound for the range of integer values: "))
if Lower_b>Upper_b:
print ( "Lower bound is greater than Upper bound." )
else:
L=[]