a)Which one of the following is the correct extension of the Python file? A..py  B..python C..p D.None of these b)What do we use to define a block of code in Python language? A.Key B.Brackets C.Indentation D.None of these c)Which character is used in Python to make a single line comment? A./ B.// C.# D.! d)Which of the following declarations is incorrect? A._x = 2 B.__x = 3 C.__xyz__ = 5 D.None of these e)Which of the following operators is the correct option for power(ab)? A.a ^ b B.a**b C.a ^ ^ b D.a ^ * b

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter2: Basic Elements Of C++
Section: Chapter Questions
Problem 3MC: Which of the following is not a reserved word in C++? (1) int include double const cin bool
icon
Related questions
Question

a)Which one of the following is the correct extension of the Python file?

A..py  B..python C..p D.None of these

b)What do we use to define a block of code in Python language?

A.Key B.Brackets C.Indentation D.None of these

c)Which character is used in Python to make a single line comment?

A./ B.// C.# D.!

d)Which of the following declarations is incorrect?

A._x = 2 B.__x = 3 C.__xyz__ = 5 D.None of these

e)Which of the following operators is the correct option for power(ab)?

A.a ^ b B.a**b C.a ^ ^ b D.a ^ * b

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Concept of memory addresses in pointers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning