#1937. 用函数连续多次输出hello world

用函数连续多次输出hello world

Description

输入n,然后用函数输出n行hello world 

Input Format

一行一个数 为n  其中n<=1000

Output Format

共n行
每行内容为hello world 
4
hello world
hello world
hello world
hello world

Source

四学阶