Python Forum
Started coding yesterday. Please review "Basic Calculator" I made.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Started coding yesterday. Please review "Basic Calculator" I made.
#6
Please avoid suggesting the use of eval. Obviously it will (try to) evaluate any string as a Python expression and isn't something you should have to use often if at all. For someone learning the language though, using it means they miss out on the important aspects of the exercise - solving the problem and figuring out how to use the language features to implement that solution.
Reply


Messages In This Thread
RE: Started coding yesterday. Please review "Basic Calculator" I made. - by ndc85430 - Aug-17-2020, 03:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  First time python user - Calculator code review Steamy 1 2,222 Jul-22-2020, 05:59 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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