Q1. Following is an example of ___________
sv = "csiplearninghub.com"
Q2. Python considered the character enclosed in triple quotes as String.(T/F)
Q3. Write the output of the following.
Q4. Write the output of the following:
a="We\nto my \nb\t ok"
print(a)
Q5. Write the output of the following code :
a= "Welcome to \"my\" blog"
print(a)
Q6. Write the output of the following code :
a= "Welcome to \
blog"
print(a)
Q7. Write the output of the following code :
str = "Welcome"
str[2] = 'a'
print(str)
Q8. Write the output of the following code :
str = "Welcome"
l=len(str)
print(l)
Q9. What we call the following
Q10. Write the output of the following code :
Q7. Write the output of the following code :
you have mistake in the following question option
you have written weacome
Hello Sahadevnath, Thanks for your feedback but I have written Error . Please check again
Q5 and q10 i tried running both on python and it is showing error for both the answers
plz let me know if I m wrong
No, they are not showing errors. Code is correct.