Python Sikhega India Quiz #5
Sign in to Google to save your progress. Learn more
Email *
print("20"+"20") *
1 point
Suppose we have string name="sandeep suman", which method you will use to print a list ['sandeep', 'suman'] *
1 point
print("20"*3) *
1 point
What is the easiest way to get last character of the string assign to the variable "mystring".(Don't use unnecessary white spaces) *
1 point
Which is NOT a valid python string? *
1 point
Write the name of function used to find the length of a python string *
1 point
Suppose we have string name="sandeep suman", how will you extract the substring "sum" from it. (Don't use whitespaces) *
1 point
Suppose we have a list name=['sandeep', 'suman'] and we want to print "Sandeep Suman" using string method, then the easiest way to do this is (Don't use any extra whitespace)(Hint: use two methods together) *
1 point
Suppose we have two strings say "S1" and "S2", then it order to get a bigger string say "S" from them, we have to write following line of code. (Don't use any whitespace) *
1 point
Suppose name="Sandeep" and we want to assign 'name'  variable to "Mandeep", then which of the following method will work *
1 point
Next
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy