Python Forum
How does "Run Time" in Python make sense?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How does "Run Time" in Python make sense?
#1
Hello, I don't understand why it makes sense to talk about "runtime" in Python. In Python, each line is read, interpreted, and executed one by one. So depending on how you look at it, there is either "only" runtime because there are no other phases, or there is no runtime "phase" at all because it is always immediately interrupted by the reading and interpretation phases. So, how can a runtime error, for example, occur?
Reply


Messages In This Thread
How does "Run Time" in Python make sense? - by stamp1t - Oct-25-2023, 08:17 AM

Forum Jump:

User Panel Messages

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