1. m, y, , n, a, m, e, , i, s, , x,
2. m, y, , n, a, m, e, , i, s, , x
3. my, name, is, x,
4. error
m, y, , n, a, m, e, , i, s, , x,
1. a
2. bc
3. bca
4. abc
abc
1. a
2. ab
3. cd
4. dc
cd
1. string.ascii_lowercase_string.digits
2. string.ascii_lowercase+string.ascii_uppercase
3. string.letters
4. string.lowercase_string.uppercase
string.ascii_lowercase+string.ascii_uppercase
1. olleh
2. hello
3. h
4. o
o
1. +
2. *
3. –
4. All of the mentioned
–
1. a new line and hello
2. nhello
3. the letter r and then hello
4. error
\nhello
1. Error
2. Output equivalent to print ‘newnline’
3. newline
4. new line
newline
1. Error
2. 97 98
3. x97
4. x97x98
x\97
1. dlrowolleh
2. hello
3. world
4. helloworld
dlrowolleh