Python Repetition Operator | Repeat a Character/String/Number in Python |

Pubblicato il: 19 luglio 2021
sul canale di: OsChannel
189
9

This is 1 minute python tutorial.
Learn something new in Python today.

In order to repeat a character/string/number in python you can simply use the repeating operator(*)/multiply it by the number of times you want to repeat it.

For Example:
print("i" * 3)
will print the character 'i' 3 times.
iii

You can use this trick to create number pattern or star pattern in python etc..

for i in range(1,6):
print("# " * i)


# #
# #
# # #
# # # #

-----

PLAYLIST with more python #Shorts:
   • Python #Shorts by OsChannel  

Subscribe to OsChannel for more such tricks -
CHANNEL LINK:
   / oschanneldotcom  

LINK TO WEBSITE:
https://oschannel.com


In questa pagina del sito puoi guardare il video online Python Repetition Operator | Repeat a Character/String/Number in Python | della durata di ore minuti seconda in buona qualità , che l'utente ha caricato OsChannel 19 luglio 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 189 volte e gli è piaciuto 9 spettatori. Buona visione!