You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried the other applicable steps from the Troubleshooting Guide
Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
The "input()" function insert a new line before the prompt in both:
1 - Execute in current console
2 - Execute in a dedicated console
This problem has already be reported, and it is true that we can still use the "Execute in an external system terminal" that does not have the issue. However, I use the IDE for my introductory course of Python. Unfortunately, this last option requires to add additional code to avoid that the terminal disappears. This is not easy to explain in an introductory course. Thank you.
What steps reproduce the problem?
Just run this program:
fn = input("Enter your first name ... ")
ln = input("Enter your last name ... ")
What is the expected output? What do you see instead?
Expected output:
Enter your first name ... MyFirstName
Enter your last name ... MyLastName
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
The "input()" function insert a new line before the prompt in both:
1 - Execute in current console
2 - Execute in a dedicated console
This problem has already be reported, and it is true that we can still use the "Execute in an external system terminal" that does not have the issue. However, I use the IDE for my introductory course of Python. Unfortunately, this last option requires to add additional code to avoid that the terminal disappears. This is not easy to explain in an introductory course. Thank you.
What steps reproduce the problem?
Just run this program:
fn = input("Enter your first name ... ")
ln = input("Enter your last name ... ")
What is the expected output? What do you see instead?
Expected output:
Enter your first name ... MyFirstName
Enter your last name ... MyLastName
Actual output:
Enter your first name ... MyFirstName
Enter your last name ... MyLastName
Versions
Dependencies
The text was updated successfully, but these errors were encountered: