🧠Find The Output Of The Python🐍Program🤔#6 | #shorts

preview_player
Показать описание
🧠Find The Output Of The Python🐍Program🤔#6 | #shorts #python #coding
.
.
Output :
['ab', 'cd']

Explanation :
The function upper() does not modify a string in place, but it returns a new string which here isn’t being stored anywhere. So we will get our original list as output.
.
.
.
.
Do not forget to like share and subscribe guys 💖
Рекомендации по теме
Комментарии
Автор

Output :
['ab', 'cd']

Explanation :
The function upper() does not modify a string in place, but it returns a new string which here isn’t being stored anywhere. So we will get our original list as output.

bhuvicodes