No student devices needed. Know more
11 questions
What is Python?
A programming Language
A Game
A type of Video
None of these
What is String?
A Numerical Character
A sign of Division
An Alphabetical Character
A sign of Multiplication
Which of the Syntax is Correct for "print statement"
Print(Hello)
PrInt('hello')
"Hello"(print)
print("Hello")
What character we use to define if the object is String or Integer?
str and INT
STR and INT
str(input("Enter your age")) and int(input("Enter your age"))
str and int
Which of the following statement will print Hello?
print("Hello")
input("Hello)
input("Hello")
Print("Hello)
Which of the following command will take a "Input"
Input()
the input()
input()
input("Hello")
Define Binary Operations
When we use only one operations
When we apply 2 or more operation
when we need to display answers in binary form
Not knowing
What will be the output?
name = "Dave"
print (name)
Dave
'Dave'
name
(name)
Explore all questions with a free account