Post

Himanshu Kumar
Himanshu Kumar@codewithimanshu·
@Python_Dv That code is using the % (modulo) operator to calculate the remainder of 10 divided by 3, so the output will be 1 because 10 divided by 3 is 3 with a remainder of 1.
English
0
0
0
11
Teddytron
Teddytron@teddytr0n·
@Python_Dv Specifying your Python version can influence the output.
English
0
0
0
133
Sharada Prasad Das
Sharada Prasad Das@SharadaPrasad_·
@Python_Dv Ans: A) None 'e' is not a key in dictionary "d". get() returns the default value which is 'None' in this case.
English
0
0
0
52
Paylaş