tür dönüştürme 2

This commit is contained in:
Mert Gör ☭ 2023-05-24 04:13:32 +03:00
parent 0ce2f09740
commit e35d7eba90
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, 16)
print(i)