Python Forum
Beginner - help for an exercice
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beginner - help for an exercice
#2
Since you can't use 'A3driver.py' until you have 'A3.py', then creating 'A3.py' would be the logical first step.  Since there is no import or need for tkinter in 'A3.py', there is no need to worry about it at this point. The functions themselves are fairly well explained as to what their purpose is, it is up to you to create the code that results in what is described in the description. The best way to approach this, imho, is to look over the entire script and make sure you understand what each function does. If a function 'stands' on it's own (requires nothing from another function) write those first. If a function requires the output from another function, you need to write the function that supply's the output before you write the one that requires the output.

If you get stuck, we are here to help. Be sure to post your code, output and any errors (in their entirety) between the proper tags. There are enough links on this site that you can click for information on how to properly post your code.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
Beginner - help for an exercice - by greed13 - Dec-07-2017, 08:35 PM
RE: Beginner - help for an exercice - by sparkz_alot - Dec-08-2017, 02:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Arithmetic exercice with python pythonuser1 4 2,098 Apr-11-2020, 04:00 PM
Last Post: pythonuser1

Forum Jump:

User Panel Messages

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