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
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
0
Explanation:
which class question is this
Similar questions
Science,
8 days ago
CBSE BOARD XII,
8 days ago
History,
7 months ago
Computer Science,
7 months ago
Social Sciences,
7 months ago