+ 1

Python: (“%s%i”)%(“1”, 2) == “12” Why?

20th Apr 2022, 3:38 PM
galexal
galexal - avatar
1 Resposta
+ 6
It's one of the string formating methods https://www.learnpython.org/en/String_Formatting
20th Apr 2022, 3:50 PM
Simba
Simba - avatar