Class Name: Python Programming and Mongo DB - Online Course
Class Session: Strings and String functions - Part 1
Total Questions: 3 | Duration: 5 Mins
1) Write the output of the following Code: sentence="\"Always remember you are unique" multi_Sentence=''' Just everyone else ''' print("%s %s %s %('I like the quote', sentence, multi_Sentence))
2) Which of the code will give the output as "These are 7 pink roses"?
3) What is the output of the code shown below? '%x %d' %(255, 255)