Is it a bug of the code playground(on pc)?
I created a program which prints characters in specific shapes.The character is selected randomly. Therefore,I make a comment on top of the code telling the users not to input anything. However,the program asks the user to input everytime,but the input is irrelevant to the output. Finally,I realized the reason is that there is 'input' in the comment '''...''' in the code! When I changed it to 'Input',the program runs flawlessly. I tried 'input' on my phone and it didn't require any input. Running something like ' ' 'input' ' ' print('o') is also not okay. What is the reason behind? Have you guys overcome such problems? You can try to change 'enter' to 'input' in the comment and see what will happen in my program(use pc please) https://code.sololearn.com/cJz279vrDGSI/?ref=app