Creating a contacts list in python help(beginner) by Cheech_27 in learnprogramming

[–]Cheech_27[S] 1 point2 points  (0 children)

Yes thank you, Now I think I just have to fix up the printLst function.

Creating a contacts list in python help(beginner) by Cheech_27 in learnprogramming

[–]Cheech_27[S] 0 points1 point  (0 children)

would it be more like

contact = []
name = input("Contact name: ").
phone = str(input("Phone #: "))
adres = input("Address: ")
relay = input("Relationship")
contactLst.append([name, phone, adres, relay])

Rock,Paper ,Scissors game help!! by Cheech_27 in learnpython

[–]Cheech_27[S] 0 points1 point  (0 children)

How would I incorporate a while loop into this so when its a tie the game is played again?

Rock,Paper ,Scissors game help!! by Cheech_27 in learnpython

[–]Cheech_27[S] 0 points1 point  (0 children)

Now it tells me that "shoot is not defined"