Sign up, and you'll be able to vote in polls. Sign up
Oct 23, 2020
10:21:42pm
BYU Tar Heel Walk-on
Here is the Python code he ran
##The program checks to see how much you know about the ute fan base

avg_ute_fan_iq = input(“Enter your guess at average ute fan IQ: ”)

iq = avg_ute_fan_iq

h = 'Hello'
w = ' World'

def hello():
if iq < 50:
print(h+w)
else:
print(‘pigs are flying’)

hello()
This message has been modified
Originally posted on Oct 23, 2020 at 10:21:42pm
Message modified by BYU Tar Heel on Oct 23, 2020 at 10:34:12pm
Message modified by BYU Tar Heel on Oct 23, 2020 at 10:35:22pm
Message modified by BYU Tar Heel on Oct 23, 2020 at 10:35:34pm
Message modified by BYU Tar Heel on Oct 23, 2020 at 11:22:32pm
Message modified by BYU Tar Heel on Oct 23, 2020 at 11:27:59pm
Message modified by BYU Tar Heel on Oct 23, 2020 at 11:28:27pm
Message modified by BYU Tar Heel on Oct 23, 2020 at 11:29:34pm
BYU Tar Heel
Previous username
Cougar_Smurf
Bio page
BYU Tar Heel
Joined
Apr 13, 2016
Last login
Apr 23, 2024
Total posts
650 (1 FO)
Messages
Author
Time

Posting on CougarBoard

In order to post, you will need to either sign up or log in.