Answer:
1.
a = 1
b = 20(int). 20,2857143(double)
c = 39
d = 7.6
e = 456
2.
x = 98
y = 99
z = 97
w = ca
print(x,y,z,w) -> 98 99 97 ca
3.
x = Please
y = walk on the gras
Pleasewalk on the gras
Step-by-step explanation:
you can use IDE/Interpreter python to get clue number 3 and number 2
Sorry for bad English.