Computer Science, asked by saketh1256, 10 months ago

Question to b. tech students .....

give me some basic code of python language ​

Answers

Answered by karanjotgaidu
4

\huge\underline\bold\color{red}\mathfrak{Answer}

#Basic code of python

A = int(input("Enter number"))

B = int(input("Enter number"))

S = A+B

print("Sum=", S)

 <marquee>❣️Hope it helps❣️</marquee>

Similar questions