atom-community / atom-community/atom-script

The script does take input in Python

Open
#2,170 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.