Prasnya
Prasnya
Prasnya
Continue with Google
Week 8 Practice Questions | Prasnya
Q1
00:00
26 Oct 2025
Q1.
Assume `s` is a `str` variable. What is the type of the expression below? ```python "".join(sorted(set(s.lower()))) ```
A
int
B
set
C
list
D
bool
E
str
F
NoneType
Save
Check
Details
Q1
00:00
26 Oct 2025
Q1.
Assume `s` is a `str` variable. What is the type of the expression below? ```python "".join(sorted(set(s.lower()))) ```
A
int
B
set
C
list
D
bool
E
str
F
NoneType
Save
Check
Details