How to Center Text in Python (Python and Strings Tutorial 03)

preview_player
Показать описание
If you enjoy this video, please subscribe. I provide all my content at no cost. If you want to support my channel, please donate via

If there's a specific video you would like to see or a tutorial series, let me know in the comments and I will try and make it.

Рекомендации по теме
Комментарии
Автор

What if I want to center the text using the draw function in Python?

johncarlosmontejo
Автор

What if I want to center text with input like
name = input("Name?")
print ("Name:", name)

I want to center the output of this

jandeniseelen