COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What will the output be from the following code?print(9/3)
A
3
B
3.0
C
9/3
D
SyntaxError
Explanation: 

Detailed explanation-1: -In mathematical terms, it will be like 5³ which is 125 Python is created by Guido van Rossum and came into existence in 1991.

Detailed explanation-2: -Expert-Verified Answer The output of the following códe will be hello, world! a = “Hello, World!” a is a variable and a string i.e. Hello World! is assigned to it. lower() method is used to change all the letters in the string to lowercase letters.

There is 1 question to complete.