Save
COMPROG
String manipulation
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Carl Manrique
Visit profile
Cards (9)
print(variable[0:_])
Slicing
V3= V1+' '+V2
Concatenate
print(variable.format(x¹,x²,x³))
Format
nv
=
ov.capitalized
()
Capitalize
Upper
nv=ov.upper()
Lower
nv=ov.upper()
Title
nv=ov.title()
replace
nv=ov.replace(_,_)
Count
nv
=ov.count(_) to be
counted