Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: GROK MODULE 5 HELP!
Post: GROK MODULE 5 HELP!

name = input('Cheer: ') print('Give me a',name,name[0],'!') print('Give me a,',name[1]) print('Give me a,',name[2]) print('Give me a,',name[3]) print('Give me a,',name[4]) print('Give me a,',name[5]) ...
AmineLS General Coding Help 1 8,539 Sep-26-2019, 03:22 PM
    Thread: General Grok Help
Post: RE: General Grok Help

I don't even think what I did was right. I tried following your advice and I'm still confused.. bare with me please I am a newbie **wall** I appreciate your reply! I need to find a solution please
AmineLS General Coding Help 5 5,129 Sep-11-2019, 02:30 AM
    Thread: General Grok Help
Post: RE: General Grok Help

if room == "You are in the depths of the tunnel.": print("Actions available: forward, backward, look") action = input("> ") if action == "forward": room = "You have escaped the tunnel. Y...
AmineLS General Coding Help 5 5,129 Sep-11-2019, 01:26 AM
    Thread: General Grok Help
Post: General Grok Help

if room == "middle": print("Actions available: forward, backward, look") action = input("> ") if action == "forward": room = "end" elif action == "backward": room = "start" else: ...
AmineLS General Coding Help 5 5,129 Sep-10-2019, 07:23 PM
    Thread: New programmer using GROK
Post: RE: New programmer using GROK

**biggrin** **biggrin** **biggrin** **biggrin** **biggrin** You're Amazing, I was trying to figure it out for hours! ! thank you so much for the time to reply !!!
AmineLS General Coding Help 2 3,148 Sep-10-2019, 12:25 PM
    Thread: New programmer using GROK
Post: New programmer using GROK

cats = int(input("Estimated total cats: ")) total = int(input("How many cats already glowing? ")) if cats > total: print("Not all the cats are glowing.") else: print("All the cats are glowing."...
AmineLS General Coding Help 2 3,148 Sep-09-2019, 07:51 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020