#!/usr/bin/env python3 while True : string = input("何か入力して: ") print("あなたの入力は: " + string)