|
||
or
&
6
1
2
Error
65
97
32
67
a
b
A
B
\\n
\n
New line
re\new
new
re new
re ew
What will the following code output?
a=‘INFOMAX’ a=10 print(type(a))
<class 'int'>
<class ‘str'>
<class ‘bool'>
a=55 b=55 print( a is not b)
True
False
55
TypeError
int
string
complex
float
str
set
Brackets
Quotes
Braces
Parentheses
Variables must be declared before use
Data type is checked at compile time
Variable type is determined at runtime
Python has no data types
addr()
mem()
id()
hash()
Braces {}
Parentheses ()
Indentation
Semicolon ;
char
bool
Python is proprietary software.
Python is open-source software.
Python is hardware dependent.
Python cannot run on Linux.
Compiled only
Interpreted
Assembly
Machine
/
//
%
None of the mentioned
7
0
5
27
9
3