What does “runtime” mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?)

22nd Jun 2018, 4:29 PM
Liz
3 Answers
+ 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 .
22nd Jun 2018, 4:32 PM
Ben
Ben - avatar
+ 2
thank you!!
22nd Jun 2018, 4:33 PM
Liz
0
I appreciate that!
23rd Jun 2018, 12:14 AM
Liz