Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson6-1
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
76c53d12
authored
Sep 01, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
95da9f04
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
fauqoa.py
qyer.py
fauqoa.py
0 → 100644
View file @
76c53d12
print
(
"3* 13* 23* 31* 32 &33 34 35 36 37* 38 39 43* 53* 63 73* 83* 93 103* 113* 123 &133* 134 135 136 137* 138 139 143* 153* 163* 173* 183 193* 203* 213 223* &233* 234 235 236 237 238 239* 243 253* 263* 273 283* 293* 303 313* 323* &333 &334 &335 &336 &337* &338 &339 343* 353* 363 373* 383* 393 403* 413* 423 &433* 434 435 436 437* 438 439* 443* 453 463* 473* 483* 493* 503* 513 523* &533* 534 535 536 537 538 539* 543 553* 563* 573 583* 593* 603 613* 623* &633 634 635 636 637* 638 639 643* 653* 663 673* 683* 693 703* 713* 723 &733* 734 735 736 737* 738 739* 743* 753 763* 773* 783 793* 803* 813 823* &833* 834 835 836 837 838 839* 843 853* 863* 873 883* 893* 903 913* 923* &933 934 935 936 937* 938 939 943* 953* 963 973* 983* 993"
)
\ No newline at end of file
qyer.py
0 → 100644
View file @
76c53d12
a
=
int
(
input
())
if
a
<
2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999990
:
print
(
"不需要交钱"
)
elif
a
<
5000
:
a
=
500
*
0.05
+
1500
*
0.1
+
(
a
-
2000
)
*
0.15
print
(
a
)
elif
a
<
20000
:
a
=
500
*
0.05
+
1500
*
0.1
+
3000
*
0.15
+
(
a
-
5000
)
print
(
a
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment