This website requires JavaScript.
Explore
Help
Sign In
vnakonechnyi2401
/
git_practice
Watch
1
Star
0
Fork
You've already forked git_practice
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2e4fbbf37f
git_practice
/
rectangle01.py
7 lines
89 B
Python
Raw
Blame
History
length
=
4
width
=
3
areaOfRectangle
=
length
*
width
print
(
"
Area =
"
,
areaOfRectangle
)
Reference in New Issue
View Git Blame
Copy Permalink