Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8870697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:48:01+00:00 2026-06-14T17:48:01+00:00

This is my test code, test.py : str = input(IP: ) print(str) When running

  • 0

This is my test code, test.py:

str = input("IP: ")                                               
print(str) 

When running I get this error:

➜  PingScript git:(master) ✗ python test.py                      
IP: 1.1.1.1 


Traceback (most recent call last):                      
  File "test.py", line 1, in <module>                            
    str = input("IP: ")                                          
  File "<string>", line 1                                         
    1.1.1.1                                                      
        ^                                                 
SyntaxError: invalid syntax 

This happens only if I use 1.1.1.1 as input and not if I use 1.1 as input, what is happening here? I’ve tried to parse it with str(str) but I still get the same error.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T17:48:02+00:00Added an answer on June 14, 2026 at 5:48 pm

    input() tries to parse the input as a python expression. Use raw_input() instead.

    It works with 1.1 as input because that’s a literal float value, a number, in python.

    It could be that you are following a tutorial meant for Python 3, but are using Python 2 instead. In Python 3, the raw_input() function was renamed to input() and the old input() function was removed altogether. If so, please install Python 3 and continue from there.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Even using the default test code on my app I can't get this working.
I have this test code that just saves an XML file to a folder.
I have a problem, and I made this test code to show you my
I found this orientation test code below looking for JQTouch reference material. This works
This is my test code: describe(Login, function(){ beforeEach(function(){ loadFixtures('login-fixture.html'); }) it(should enable the button
I have this code in my controller and want to test this code line
This is my code to send mail (test code): //sending mail var message =
I use this library: https://github.com/robbiehanson/CocoaAsyncSocket My test code: #import <UIKit/UIKit.h> @class GCDAsyncUdpSocket; @interface ThirdViewController
How do you unit test code decorated with the PrincipalPermission attribute? For example, this
The following code works: String str= test with foo hoo; Pattern pattern = Pattern.compile(foo);

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.