Hello
949227
True
"2'
Keywords
Identifires
Token
Statement
Comments
Expressions
Tokens
Flow of control
_py_
var
_var
try
100
128
256
No Limit
raise
val
with
33
45
35
30
C
C++
JAVA
PHP
.python
.py
.p
.pyt
32
64
29
execute python
go python
python
run python
What will be the datatype of the var in the below code snippet?
var = 10 print(type(var)) var = "Hello" print(type(var))
Str and int
int and int
str and str
int and str
Passing –O when running python
Assertions are disabled by default
Both A and B are wrong
Assertions cannot be disabled in python
Brackets
Indentation
Key
None of the above
Python Interpreter.
Python compiler
Python Volatile machine
Portable virtual machine
James Gosling
Guido van Rossum
Dennis Ritchie
Bjarne Stroustrup
Compiled Language
Markup Language
Interpreted Language
Assembly Language
.pt
int x = 10
x = 10
var x = 10
x: 10
<class 'float’>
<class 'int'>
<class 'string'>
<class 'number'>