Computer Science, asked by sambhavsharma6485, 5 months ago

What will be the output of the following code?

x= "AmaZing"

print(x[3:] , "and" , x[:2])


Answers

Answered by aaa252525
7

Answer:

print (x(Z), "and",x(a))

is ur answer

Answered by sumittandan23
3

Answer:

x= "AmaZing"

print(x[3:] , "and" , x[:2])

Similar questions