What is the output of the following Python co
string = '1 2 3 4
string = string.split(
for ch in string[::-1]:
print(ch, end = ',')
a) 4,1,2,,3,
b) 4,3,2,,1,
c) 4,3,2,1.
d) 4.1.2.3,
Answers
Answered by
0
Answer:
I DONT NO THE Answer Bro
Similar questions