Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3500f3a

Browse files
Practice Question
1 parent 2e7ac7c commit 3500f3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎float to int.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
SI = principal * rate * time/100
1212
print(SI)
1313

14-
1514
# ===================================power================================================================
1615

1716
a = int(input("enter the number"))
1817
b = int(input("enter the power"))
1918
power = a**b
20-
print("the power is given as " + str(power))
19+
print("the power is given as " + str(power))

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /