"Python Basics"--formatted output

Source: Internet
Author: User

Author:alon_cheng

Date:2018-05-26 23:42:12

Formatted output (placeholder)

%s (string)%d (reshape)%f (floating-point)

(1)%f
%f--retain six digits after the decimal point
%.3f, 3 decimal digits reserved

formatted output (placeholder)%s (string)%d (shaping)%f (floating point) name=input ('You Name:') Age=int (Input ('Your age :')) Job=input ('You job:') Salary=input ('You Salary:')ifSalary.isdigit (): Salary=Int (Salary)Else:    Print('input Error, please enter a number') Msg_geshihua=" "-----------Welcome to%s-----------Name:%sage:%djob:%ssalary:%syou would retire for%d years-----------END--- --------" "% (name,name,age,job,salary,65-Age )Print(Msg_geshihua)
formatted output

"Python Basics"--formatted output

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.