PYTHON 5

INPUT:

import math
print(math.add(3,3))
x






OUTPUT:
6

Comments

Popular posts from this blog

CALCULATOR