tür kontrolü

This commit is contained in:
Mert Gör ☭ 2023-05-25 07:56:13 +03:00
parent 76748892f2
commit 04685c88b0
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
def disp_banner(s, ch = '-'):
print(ch * len(s))
print(s)
print(ch * len(s))
disp_banner('ankara')
#disp_banner(120)