write a code to read two lines of input and prints those two lines in reverse order. Get link Facebook X Pinterest Email Other Apps March 28, 2022 write a code to read two lines of input and prints those two lines in reverse order. a=input() b=input() print(b) print(a) Read more