19 Ekim 2021 Salı

Python String Format Kullanımı

name = 'python'

surname = 'hakan'

print('My name is {} {}'.format(name,surname))

Hiç yorum yok: