Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

como deixar todas as letras maiusculas no python

texto = "Curso Python Progressivo"
print(texto)

texto = texto.upper()
print(texto)
Comment

PREVIOUS NEXT
Code Example
Python :: append attribute ofpython 
Python :: python des 
Python :: python pandas dataframe from csv index column 
Python :: how to convert an image to matrix in python 
Python :: python numpy arrays equal 
Python :: cv2 videocapture program for python 
Python :: pandas plot histogram 
Python :: what is values_list in django orm 
Python :: python move directory 
Python :: python filename without extension 
Python :: the system cannot find the file specified sublime text 3 python 
Python :: python sum of natural numbers recursion 
Python :: python print int in string with zero padding 
Python :: python mock function return value 
Python :: get env variable linux python 
Python :: autopy in python install 
Python :: sort value_counts output 
Python :: numpy compute mad 
Python :: remove nans from array 
Python :: difference between sort and sorted 
Python :: python pip install 
Python :: pip fuzzywuzzy 
Python :: python type hint for a string 
Python :: percentage of null values for every variable in dataframe 
Python :: python dont exit script after print 
Python :: python find first duplicate numbers 
Python :: flask mail 
Python :: string to datetime python 
Python :: compute eigenvalue python 
Python :: convert a tuple into string python 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =