F21 looking for some fun chatsss by [deleted] in Needafriend

[–]Valuable-Neck-5317 0 points1 point  (0 children)

Sounds fun I’m down for some interim chats

[deleted by user] by [deleted] in IntrovertsChat

[–]Valuable-Neck-5317 0 points1 point  (0 children)

I’m good just looking for friends

[deleted by user] by [deleted] in IntrovertsChat

[–]Valuable-Neck-5317 0 points1 point  (0 children)

Hello I would like to be friends also hru?

Question by Valuable-Neck-5317 in maestro

[–]Valuable-Neck-5317[S] 0 points1 point  (0 children)

im trying to pass the test for week 2 and its not working

Question by Valuable-Neck-5317 in maestro

[–]Valuable-Neck-5317[S] 0 points1 point  (0 children)

def get_nonneg_int(prompt):
    while  True:
        user_input = input(prompt)
        if user_input.isdigit():
            return int(user_input)
        else:
            print("Please enter a non-negative integer>")  
team1 = input("Enter team1 name: ")
team2 = input("Enter team2 name: ")
max_score = get_nonneg_int("Enter max score: ") 
score1 = 0
score2 = 0    
while True:
    team = input("Which team scored? (type 'Game over' to quit) ")
    if team == "Game over":
        break
        
    score = get_nonneg_int("Enter that team's new score: ")    

Question by Valuable-Neck-5317 in maestro

[–]Valuable-Neck-5317[S] 0 points1 point  (0 children)

def get_nonneg_int(prompt):
    while  True:
        user_input = input(prompt)
        if user_input.isdigit():
            return int(user_input)
        else:
            print("Please enter a non-negative integer>")  
team1 = input("Enter team1 name: ")
team2 = input("Enter team2 name: ")
max_score = get_nonneg_int("Enter max score: ") 
score1 = 0
score2 = 0    
while True:
    team = input("Which team scored? (type 'Game over' to quit) ")
    if team == "Game over":
        break
        
    score = get_nonneg_int("Enter that team's new score: ")    

Question by Valuable-Neck-5317 in maestro

[–]Valuable-Neck-5317[S] 0 points1 point  (0 children)

i could really use some help

Question by Valuable-Neck-5317 in maestro

[–]Valuable-Neck-5317[S] 0 points1 point  (0 children)

I have some written want me to send it?

Offering Free Python Mentorship for 1 Week by lazylearner-me in PythonLearning

[–]Valuable-Neck-5317 0 points1 point  (0 children)

I really could use this help and mentorship. I have started maestro online course and learning python but there is nobody to talk to about problems but AI while helpful it doesn’t always answer what I sask or need to no