+ 1
What does “runtime” mean?
I keep seeing it used in my Python lessons, and definitions online aren’t much help. Any easy explanation? (I’m very new to this - can you tell?)
4 odpowiedzi
+ 5
actually the run time means at the time of executing the program. that means if you write a program and you compile it and you need to execute then during the compilation it is called compile time and during the execution it is called run time .
+ 2
thank you!!
0
I appreciate that!