All translations

Enter a message name below to show all available translations.

Message

Found 10 translations.

NameCurrent message text
 h Deutsch (de)Python weiß, dass 10 und 20 ganze Zahlen sind, also werden sie als {{incode|'int'}} gespeichert, und Python kann mit ihnen alles machen, was es mit ganzen Zahlen machen kann. Schaue dir die Ergebnisse davon an:
 h English (en)Python knows that 10 and 20 are integer numbers, so they are stored as {{incode|'int'}}, and Python can do with them everything it can do with integers. Look at the results of this:
 h español (es)Python sabe que 10 y 20 son números enteros, por lo que se almacenan como {{incode|'int'}}, y Python puede hacer con ellos todo lo que puede hacer con los enteros. Mira los resultados de esto:
 h français (fr)Python sait que 10 et 20 sont des nombres entiers, ils sont donc stockés en tant que {{incode|'int'}} et Python peut faire avec eux tout ce qu'il peut faire avec des entiers. Voyez les résultats suivants :
 h italiano (it)Python sa che 10 e 20 sono numeri interi, quindi sono archiviati come {{incode|'int'}} e Python può fare con loro tutto ciò che può fare con i numeri interi. Osserva i risultati di questo codice:
 h 日本語 (ja)これは、今までよりはるかに興味深いですが、それはないですか?今、私たちは、すでに強力な電卓を持っています!それが機能していることをよく見てください。Pythonは10と20が整数であることを認識しています。だからそれらは "int"型として格納されており、Pythonは整数として扱うことができます。この結果を見てください:
 h polski (pl)Python wie, że 10 i 20 są liczbami całkowitymi, więc są one przechowywane jako {{incode|'int'}}, a Python może zrobić z nimi wszystko, co może zrobić z liczbami całkowitymi. Spójrz na wyniki tego działania:
 h română (ro)Acest lucru este mult mai interesant, nu-i așa? Acum avem un calculator puternic! Uită-te la cât de bine funcționează, Python știe că 10 și 20 sunt numere întregi. Deci, ele sunt stocate ca "int", iar Python poate face cu ele tot ce poate face cu numere întregi. Uită-te la rezultatele de acest lucru:
 h Türkçe (tr)Bu çok daha ilginç, değil mi? Şimdi güçlü bir hesap makinemiz var! Ne kadar iyi çalıştığına bakın, Python 10 ve 20'nin tam sayı olduğunu biliyor. Böylece "int" olarak depolanırlar ve Python onlarla tamsayılarla yapabileceği her şeyi yapabilir. Bunun sonuçlarına bakın:
 h 中文(中国大陆) (zh-cn)这就更有趣了,不是吗?这就是说,我们现在拥有了一个强大的计算器了!来看看她是怎么跑起来的。Python知道10与20窦唯整数。所以他们在内部被存为"int",这样Python就可以把它们看作是整数并加以处理。再来看看下面的计算结果: