All translations

Enter a message name below to show all available translations.

Message

Found 10 translations.

NameCurrent message text
 h Deutsch (de)Da {{incode|var2}} ein Gleitkommawert ist, entscheidet Python automatisch, dass das Ergebnis ebenfalls ein Gleitkommawert sein muss. Aber es gibt Fälle, in denen Python nicht weiß, welchen Typ es verwenden soll. Zum Beispiel:
 h English (en)Because {{incode|var2}} is a float Python automatically decides that the result must also be a float. But there are cases where Python does not knows what type to use. For example:
 h español (es)Como {{incode|var2}} es un Número de coma flotante, Python decide automáticamente que el resultado debe ser también un Número de coma flotante. Pero hay casos en los que Python no sabe qué tipo usar. Por ejemplo:
 h français (fr)Parce que {{incode|var2}} est un flottant, Python décide automatiquement que le résultat doit également être un flottant. Mais il y a des cas où Python ne sait pas quel type utiliser.
Par exemple :
 h italiano (it)Poiché {{incode|var2}} è un numero a virgola mobile, Python decide automaticamente, che anche il risultato deve essere un numero a virgola mobile. Ma ci sono casi in cui Python non sa quale tipo adottare. Per esempio:
 h 日本語 (ja)いいですか?もちろん合計は小数になります。 Pythonは自動的に結果が浮動小数点型であると判断しました。この例のように、いくつかのケースではPythonは自動的に何型かをを判断します。他のケースではそれはしていません。たとえば、次のように:
 h polski (pl)Ponieważ {{incode|var2}} jest liczbą zmiennoprzecinkową, interpreter automatycznie decyduje, że wynik również musi być liczbą zmiennoprzecinkową. Istnieją jednak przypadki, w których interpreter nie wie, jakiego typu użyć. Na przykład:
 h română (ro)Desigur, totalul are zecimale, nu? Apoi, Python a decis automat că rezultatul este un număr cuzecimale. În mai multe cazuri, cum ar fi acesta, Python decide automat ce tip este de utilizat. În alte cazuri, nu. De exemplu:
 h Türkçe (tr)Elbette hepsi ondalık sayıdır, değil mi? Sonra Python otomatik olarak sonucun bir kayan noktalı sayı olduğuna karar verdi. Bunun gibi bazı durumlarda, Python hangi tipin kullanılacağına otomatik olarak karar verir. Diğer durumlarda değil. Örneğin:
 h 中文(中国大陆) (zh-cn)当然,最后的计算结果依旧存在小数部分,细不细?在此,Python会自动将结果记作一个浮点数。包括上述情况在内的若干情景中,Python会自动推测到底使用哪种类型。但在另外一些场景中却不是这样,例如: