0
Guys this is not working , explain why this is not work....
def sample(): data='hai hello how are you're print(data) for loop in range[3]: sample()
2 Answers
0
Function sample(data) {
data == Prompt('write something and ill print it');
Print(data);
}