Skip to content

Instantly share code, notes, and snippets.

@Rigved60
Created April 16, 2021 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rigved60/4c82dfb733e8ceca2f470f522b8afb37 to your computer and use it in GitHub Desktop.
Save Rigved60/4c82dfb733e8ceca2f470f522b8afb37 to your computer and use it in GitHub Desktop.
T = int(input("enter the first length "))
A = int(input("enter the second length "))
P = int(input("enter the third length "))
perimeter = (T*A*P)
print("perimeter of triangle is",perimeter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment