Computer Science, asked by rajusingh3064, 11 months ago

Write code using Python for calculator​

Answers

Answered by MRsteveAustiN
3

Answer:

#include <stdio.h>

void main()

{

int i=3,j=7,k; /* Variables Defining and Assign values */ k=i+j;

printf("sum of two numbers is %d\n", k);

}

Answered by akthermolla0101
0

Answer:

filter_none,edit close play_arrow,link brightness are 4 code to calculate Python.

Similar questions