Fahad
Fahad
@fahad
Prominent Member
Joined: Feb 1, 2023
Last seen: Nov 28, 2023
Topics: 250 / Replies: 162
Topic
Reply
RE: Which of the following is an invalid statement in Python?

Correct answer is: b). a b c = 1000 2000 3000 Explanation: Spaces are not allowed in variable names.

9 months ago
Forum
Topic
Reply
RE: Which of the following is true for variable names in Python?

Correct option is: a). unlimited length Explanation: Variable names can be of any length.

9 months ago
Forum
Reply
RE: All keywords in Python are in?

correct option is: d). None of the mentioned Explanation: In Python all the keywords are case sensitive. All keywords in python are in low...

9 months ago
Forum
Topic
Forum
Replies: 2
Views: 33
Reply
RE: Which of the following is not a keyword in python?

Correct option is: a). eval Explanation: eval() will treat all of them as local variables. If you try to use keyword arguments when callin...

9 months ago
Forum
Topic
Reply
RE: Why are local variable names beginning with an underscore discouraged?

correct option is: a). they are used to indicate a private variables of a class Explanation: As Python has no concept of private variables...

9 months ago
Forum
Page 1 / 28
Scroll to Top