Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Basics
3
Conditional Statements
2
Dictionary
4
Input & Output
1
Lists
20
Sorting
1
Strings
1
Tuple
4
Choose Category
Addition of two numbers in Python
Forget Code
Python
Addition of two numbers
+ Operator is used to perform addition and variables can be assigned directly with an equal to sign
a = 10; b = 20; c = a+b; print c;
Output
30
Tags for Addition of two numbers in Python
DP_Basics
Add two numbers in python
sum of two numbers in python
+ operator in python
plus operator in python
Arithmetic Operation in python
add operator in python
Contribute to Forget Code, help others.
Add snippet