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