It looks like you're new here. Sign in or register to get started.
LawDawg1 said:It worked for the ducks.
It worked for the ducks.
DucksFC said:http://twitter.com/ShotgunSpr/status/1724248171121967182?s=20
PurpleBaze said: DucksFC said:http://twitter.com/ShotgunSpr/status/1724248171121967182?s=20
DucksFC said: LawDawg1 said:It worked for the ducks. True, but realistically, not letting Jimmy Lake into a CCG worked out well for UW in the end
SpoonieLuv said:def check_game_status(): valid_responses = ['win', lose'] while True: try: response = input('how do you think you played? (Win or Lose): ' if response.Lose print (“Quite Honestly”) valid_responses: [load of bullshit]
def check_game_status(): valid_responses = ['win', lose'] while True: try: response = input('how do you think you played? (Win or Lose): ' if response.Lose print (“Quite Honestly”) valid_responses: [load of bullshit]
EsophagealFeces said: SpoonieLuv said:def check_game_status(): valid_responses = ['win', lose'] while True: try: response = input('how do you think you played? (Win or Lose): ' if response.Lose print (“Quite Honestly”) valid_responses: [load of bullshit] It’s getting to be like revenge of the nerds around here.
Comments
@RaceBannon ?
valid_responses = ['win', lose']
while True:
try:
response = input('how do you think you played? (Win or Lose): '
if response.Lose print (“Quite Honestly”) valid_responses: [load of bullshit]