FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
programminginpython.com/squareRoot_exponent.py at master · anilkumarreddyn/programminginpython.com · GitHub
anilkumarreddyn
/
programminginpython.com
Public
forked from
avinashn/programminginpython.com
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
programminginpython.com
/
squareRoot_exponent.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
6 lines (4 loc) · 139 Bytes
Breadcrumbs
programminginpython.com
/
squareRoot_exponent.py
Copy path
File metadata and controls
6 lines (4 loc) · 139 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
__author__
=
'Avinash'
num
=
float
(
input
(
'Enter a number: '
))
sqrt
=
num
**
0.5
print
(
'The square root of %0.3f is %0.3f'
%
(
num
,
sqrt
))
Back
|
FazBrowse Home
|
New Git URL