suma de variables? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

suma de variables?

Como hago para sumar? Ya sean int flot

8th Mar 2020, 12:20 AM
Vidal
Vidal - avatar
1 Réponse
+ 3
a = 5 b = 2.3 print(a+b) # Output: 7.3
8th Mar 2020, 12:23 AM
HonFu
HonFu - avatar