
Fahad
Prominent Member
Joined: Feb 1, 2023
Last seen: Nov 28, 2023
Last seen: Nov 28, 2023
Follow
Forum
Replies: 1
Views: 0
Forum
Replies: 1
Views: 2
7 months ago
Forum
Replies: 1
Views: 1
Forum
Replies: 1
Views: 25
Forum
Replies: 1
Views: 75
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
Forum
Replies: 2
Views: 40
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
Forum
Replies: 2
Views: 54
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
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
9 months ago
Forum
Replies: 2
Views: 25
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
Forum
Replies: 2
Views: 38
Page 1 / 28
Next