int a = 54; float b = 12.3; float c = a + b;
a = 54 b = 12.3 c = a + b c = "Hello World" d = c + a # Error !
C or C++
Python