If Else | Write a program to convert an Upper case character into lower case and vice-versa | Ques 6
Hello Everyone is video me humne if else ke based pe ek aur best question solve kiya h jo ki h Write a program to convert an Upper case character into lower case and vice-versa. Agar ye video aapko pasand aaye to like kare , share kare aur channel ko subscribe kare.
Thankyou.
@rkcodingbro
//sourcecode
a=input("Enter any Character : ")
if a==a.lower():
print(a.upper())
else:
print(a.lower())
Видео If Else | Write a program to convert an Upper case character into lower case and vice-versa | Ques 6 канала R.K. Coding Bro
Thankyou.
@rkcodingbro
//sourcecode
a=input("Enter any Character : ")
if a==a.lower():
print(a.upper())
else:
print(a.lower())
Видео If Else | Write a program to convert an Upper case character into lower case and vice-versa | Ques 6 канала R.K. Coding Bro
Комментарии отсутствуют
Информация о видео
5 марта 2025 г. 0:31:27
00:02:53
Другие видео канала