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 7932851
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T21:08:35+00:00 2026-06-03T21:08:35+00:00

If I have for example x = 40 I want the following result: 40

  • 0

If I have for example x = 40 I want the following result:

40"

For x = 2.5 the result should be like…

2.5"

So I basically want to format to at most one decimal place. I currently use this:

"{0:0.1f}\"".format(x, 1)

But this displays always exactly one decimal place, which is not really what I want…

  • 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-03T21:08:37+00:00Added an answer on June 3, 2026 at 9:08 pm

    One option is something like

    "{0}\"".format(str(round(x, 1) if x % 1 else int(x)))
    

    which will display x as an integer if there’s no fractional part. There’s quite possibly a better way to go about this.

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

Sidebar

Related Questions

for example I have the following: I want to go through each div class
I have a WPF Panel (like Canvas for example) and I want to remove
I have the following html string example. I want to add tags around the
I have example.org and foo.example.org pointing to the same directory, /var/www/html/ , and want
I have an example mixed lmer model with 8 predictors and I want to
I have created a separate class (let's call it class2.cs for example) and want
For example I have limited space and I want the submit button to appear
I have 2 site: example.com and exampletwo.com I want that when a user login
I want to attach image with attributes for example i have manufacture attribute and
For example: I have an implementation (say doSomething()) in Base class. I want all

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.