Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~546 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Talruk

For some reason the make_great function is not affecting the output of the show_magicians function. I'm trying to alter the list but it's not working. # the make_great function is not affecting the show_magicians function as # intended magicians = ['david', 'caroline', 'benjamin', 'alex', 'steve'] def make_great(magicians_to_change): for magician in …

Member Avatar for rproffitt
0
283
Member Avatar for Talruk

I've been reading through a beginner's book for Python, and I can't quite get this example to work perfectly. active = True age = "" while active: age = input("Please enter your age ") if str(age) == 'quit': active = False elif int(age) < 3 and int(age) != 0: price …

Member Avatar for Talruk
0
179
Member Avatar for Talruk

I'm thinking of moving to a mac, and thinking in advance I'm curious what the best way to develop Java programs is. The most obvious choice is Xcode but I've heard good and bad reviews on it. I can't try it in stores because they're afraid I'll use the power …

Member Avatar for Dani
0
84