Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to make global list inside function
Post: RE: How to make global list inside function

It is solved with import choice from userinput. Thank you so much.
CHANKC General Coding Help 6 3,118 Nov-26-2020, 08:05 AM
    Thread: How to make global list inside function
Post: RE: How to make global list inside function

Nope. It is still error #Main Module from output import menu from userinput import userinfo, orders, food menu() userinfo() orders() print(userinput.choice)Error:Traceback (most recent call last...
CHANKC General Coding Help 6 3,118 Nov-25-2020, 11:19 AM
    Thread: How to make global list inside function
Post: RE: How to make global list inside function

Alright. Thank you so much but the actual problem is as below: #main Module from output import menu from userinput import userinfo, orders, food menu() userinfo() orders() print (choice) #userinp...
CHANKC General Coding Help 6 3,118 Nov-25-2020, 09:46 AM
    Thread: How to make global list inside function
Post: How to make global list inside function

from output import welcome, more, byebye, summary, invalid, emptylist, close def food(): global choice x = 1 while x > 0 and x <= 15: try: more() x = int(...
CHANKC General Coding Help 6 3,118 Nov-25-2020, 06:42 AM

User Panel Messages

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