Horje
simple sum in python Code Example
simple sum in python
a = int(input("Enter the value of a: "))
b = int(input("Enter the value of b: "))
# print(a[0] + a[1]  + a[2] + a[3])
print("The total is: ") 
print(sum(a + b))




Python

Related
pandas change diagonal Code Example pandas change diagonal Code Example
Fill in the gaps in the initials function so that it returns the initials of the words contained in the phrase received, in upper case. Code Example Fill in the gaps in the initials function so that it returns the initials of the words contained in the phrase received, in upper case. Code Example
google codelabs Code Example google codelabs Code Example
how to add all values in a list python without using sum function Code Example how to add all values in a list python without using sum function Code Example
string to list of characters python Code Example string to list of characters python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7