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

  • SEARCH
  • Home
  • 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 6684643
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:57:51+00:00 2026-05-26T04:57:51+00:00

I was wondering how I might read 140 or less characters from a line

  • 0

I was wondering how I might read 140 or less characters from a line in python. Either the user would enter exactly 140 characters, then a newline, or less than 140 and a newline. It appears that raw_input() doesn’t have a limit, and that sys.stdin.read(140) will read until it hits 140 characters, regardless of a newline.

EDIT: How would I stop it at 140 characters? Just a hard NO MORE INPUT ALLOWED. Cannot type more.

Ideas?

Max

  • 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-05-26T04:57:51+00:00Added an answer on May 26, 2026 at 4:57 am

    Normally, stdin is line-buffered, which means the program running is not informed about what the user is typing until the user presses Enter (this allows the user to use line-editing commands such as backspace without your program having to do anything extra). However, it is possible to change the terminal to “raw” mode, so that the program will be informed every time the user presses a key. Then, your program can act upon that keypress in whatever way is appropriate. In this case, you’ll have to implement line editing such as backspace yourself.

    One high-level way to do this is to use the curses library.

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

Sidebar

Related Questions

I'm wondering if there is a way that I can read user input from
I was wondering, is it possible to read/write a file from/to a certain user
I am trying to read from a blocking socket, but I am wondering that
I was wondering how I might go about applying branding to a CRM 2011
I was wondering how you might be able to update a CURL (PHP) request
I'm struggling getting some unit tests running and wondering if anyone might have anything
I'm a noob at this and was wondering if someone might be able to
just wondering if anyone could suggest why I might be getting an error? I'm
I was wondering what approaches others might have for testing domain services against a
I'm wondering if it's possible (recommended might be the better word) to use sed

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.