Computer Science, asked by asifshek2398, 3 months ago

What can I write in format string

Answers

Answered by peeyush321kumar
1

Answer:

Explanation:

value='Raj '

print(f'{value} is my name')

this will give output as Raj is my name

Similar questions