Nov-22-2024, 08:19 PM
(This post was last modified: Nov-23-2024, 03:41 PM by spermatozwario.)
I am a newbie so please do not judge me, this is not the script its just an example of what it'd be like but I'd just like to get the understanding
n=input('Name: ') a=int(input('a: ')) b=int(input('b:' )) c=int(input('c: ' )) avg=(a+b+c)/3 print(avg) if avg>=19: print('distinction')basically I just want that input to be saved into a different file instead of just doing the output once when running the program(I know there are programs specifically made for this eg Excel I just thought it would make a great project :) Thanks
deanhystad write Nov-22-2024, 10:19 PM:
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.