C-16-Q072mediumsingle_mcq
After x = str("s1"), the value of x is:
After x = str("s1"), the value of x is:
- as1
- b
's1'(a string) - can int
- dNone
ব্যাখ্যা
str() returns a string object, and passing the existing string "s1" simply yields the same string value. Its type remains str, conventionally shown with quotes as 's1'.