tür dönüştürme

This commit is contained in:
Mert Gör ☭ 2023-05-24 04:11:55 +03:00
parent c511d0b553
commit 0ce2f09740
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
s = '123'
i = int(s)
print(i)