Computer Science, asked by ramsmedicine, 16 days ago

Store your favourite subject's name in a variable. Write a program to join that variable to a proper sentence and print it.

Example: "My favourite subject is Computer Science"


pls answer fast pls help

Answers

Answered by CoderRishav
2

Answer:

Answer:

Ah! It's so easy -

favSubject = "CS"

print(f"My favorite subject is {favSubject}")

if you want to make it by taking user input then -

favSubject = input("Enter Subject - ")

print(f"My favorite subject is {favSubject}")

A request please mark me as brainlist because I need to go in next level.

Regards ,

Rishav

Answered by krishnakkyadav11
0

Explanation:

which class question is this

Similar questions