What is the output of the following code:
string = "Python"
print(string.capitalize())
print(string.capitalize())
What is the output of the following code:string = "Python" Correct Answer Python
print(string.capitalize())
মোঃ আরিফুল ইসলাম
Feb 20, 2025