Computer Science, asked by amrutaneamgoud, 3 days ago

6. What is the output of the following python programs a. print("Welcome", \n, "Students") b. a=10 b=20 if a>b: print("A is largest") else: print("B is largest")​

Answers

Answered by varmashankar72
1

Answer:

OUTPUT:-

WELCOME

STUDENTS

False

B is largest

Similar questions