Podcast
Questions and Answers
Python this is a high-level programming language.
Python this is a high-level programming language.
True (A)
I created a program using Python that doesn't work on any system in the world.
I created a program using Python that doesn't work on any system in the world.
False (B)
File extensions in Pathone .py
File extensions in Pathone .py
True (A)
Byte Code: The code that the machine understands and here you find that the whole code consists of two digits: 1 and 1.
Byte Code: The code that the machine understands and here you find that the whole code consists of two digits: 1 and 1.
It means that the programming language distinguishes between large and small characters.
It means that the programming language distinguishes between large and small characters.
Identifiers must start with a large letter between A-Z or a small letter between a-z or _
Identifiers must start with a large letter between A-Z or a small letter between a-z or _
We use feedback (comment) to put feedback on the code we've written just so we don't forget how we've programmed the code in case we want to review or edit it in a long time.
We use feedback (comment) to put feedback on the code we've written just so we don't forget how we've programmed the code in case we want to review or edit it in a long time.