#!/usr/bin/python3 # -*- coding: utf-8 -*- print("Type something in please:") x: str = input() print(x) y: str = input("Type something in please:") print(y)