Question: in python , chosse the correct answer : q1: What operator is used to multiply numbers? 1- * 2- # 3- % 4- x q2:
in python , chosse the correct answer :
q1: What operator is used to multiply numbers?
1- *
2- #
3- %
4- x
q2: Which operator can be used to compare the equivalence of two values?
1- <>
2- =
3- ==
4- > <
q3 : What is the correct syntax for "Hello World" output in Python version 3?
1- p ('Hello World')
2- echo ("Hello World")
3- echo "Hello World"
4- print ("Hello World")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
