Python Forum
How to Think Like a Computer Scientist - exercise solutions
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Think Like a Computer Scientist - exercise solutions
#3
You can use Python 3.8 for all code in How to Think Like a Computer Scientist 3rd Edition (Using Python 3.x)
Python 3.8 is backward compatible for all Python 3.x version.
Only if using new features like like eg walrus operator Python 3.8 or f-string Python 3.6.
Then need to use that version or newer version for those new feature to work.
So lat say the used Python 3.4 for Think Like a Computer Scientist 3rd Edition,then all of that code will work for 3.8.
Reply


Messages In This Thread
RE: How to Think Like a Computer Scientist - exercise solutions - by snippsat - Jul-28-2020, 04:27 PM

Forum Jump:

User Panel Messages

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