Legion of Learners
www.lol-101.com
Home
Classrooms
Courses
About Us
Executive Team
Board Members
Resources
More
Use tab to navigate through the menu items.
Log In
Forum Comments
String comparison: is 'ABC'>'abc'?
In Introduction to Python
C. Kevin Chen
Nov 05, 2020
That looks great! You can even add speech balloons to each line of dialogue, like so: #Var e uh bowls yes = "yes" dfeae = "you are a joopeoaitepa" cringe = "Awesome" cringe1M = "radical" spacing = 70 line1 = 'helo google assistant' line2 = "What am i" line3 = "Can I have ur candy" line4 = "you are not fun to talk to" #Conversation print(' ' + "-"*len(line1)) print('(' + line1 + ')') print(' ' + '/' + "-"*(len(line1) - 1)) print('/') print(f"{'-'*len(yes):>70}") print(f"{'(' + yes:>70})") print(f"{'-'*(len(yes) - 1):>69}" + "\\") print(f"{' ':>70}"+ "\\") print(' ' + "-"*len(line2)) print('(' + line2 + ')') print(' ' + '/' + "-"*(len(line2) - 1)) print('/') print(f"{'-'*len(dfeae):>70}") print(f"{'(' + dfeae:>70})") print(f"{'-'*(len(dfeae) - 1):>69}" + "\\") print(f"{' ':>70}"+ "\\") print(' ' + "-"*len(line3)) print('(' + line3 + ')') print(' ' + '/' + "-"*(len(line3) - 1)) print('/') print(f"{'-'*len(cringe):>70}") print(f"{'(' + cringe:>70})") print(f"{'-'*(len(cringe) - 1):>69}" + "\\") print(f"{' ':>70}"+ "\\") print(' ' + "-"*len(line4)) print('(' + line4 + ')') print(' ' + '/' + "-"*(len(line4) - 1)) print('/') print(f"{'-'*len(cringe1M):>70}") print(f"{'(' + cringe1M:>70})") print(f"{'-'*(len(cringe1M) - 1):>69}" + "\\") print(f"{' ':>70}"+ "\\")
0
Week 1 Riddle: Three-way Shootout
In Java Question Bank
C. Kevin Chen
Aug 30, 2018
HINT: Would Bob be more afraid of Alex or yourself? How does this affect his strategy? Now answer these questions from Alex's point of view.
0
0
C. Kevin Chen
Admin
0
Followers
0
Following
Follow
Following icon
More actions
Profile
Forum Comments
Forum Posts
More
Use tab to navigate through the menu items.