atom-community / atom-community/atom-script
The script does take input in Python
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
I did the following code in Python:
def getname(name):
print("Hello"+" "+ name)
while True:
x = input("enter name")
getname(x)
when I run this code, it just remains blank!
it does not print anything or take input.
What should I do?
Contributor guide
Assessment
This issue has not been assessed yet.