Horje
python string: .upper() Code Example
python string: .upper()
# string арга .upper() нь бүх жижиг үсгүүдийг том үсгээр хөрвүүлсэн мөрийг буцаана.

dinosaur = "T-Rex"
 
print(dinosaur.upper()) 
# Prints: T-REX




Python

Related
converting 1d array into upper triangular Code Example converting 1d array into upper triangular Code Example
truthy falsy python Code Example truthy falsy python Code Example
python while loop Code Example python while loop Code Example
python selenium not returning correct source Code Example python selenium not returning correct source Code Example
for loop inclusive python Code Example for loop inclusive python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7