Page 84 - 2619_PlusGPT V2.1_C-8
P. 84
Let’s CatCh uP Computational Thinking
Circle the incorrect variable in the following code.
Roll no = 201 Student Name = "Chirag" Section = 'A'
Let’s BaCk-uP
The input() function takes the user’s input while a program executes.
The print() function prints or sends the output to the standard output device, which is usually
a monitor.
Variables are memory reference points where we store values which can be accessed or
changed later.
A data type specifies the type of value a variable can contains.
Comments enable us to understand the way a program works.
Operators can be defined as special symbols which perform arithmetic and logical
computation.
Arithmetic operators perform arithmetic operations between two operands.
82 Premium Edition-VIII

