s1 = {1, 2, 3}
s1.issubset(s1)
______() method is used to get the key-value from the dictionary.
___________ module formats paragraph of text to fit a given screen width.
x>>2=2
Which of the following variable names is invalid in Python?
Which of the following Python statements can reverse the list l=[1,3,6,2,4,8,14]?
The 0x prefix means that the number is represented in which number system?
The function divmod(a,b), where both ‘a’ and ‘b’ are integers is evaluated as:
What will the following code print?
from datetime import datetime
print(datetime.now())