mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-04-28 16:14:35 +02:00
piscine 00
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
def ft_plot_area():
|
||||
print("Enter length:", end=" ")
|
||||
len = int(input())
|
||||
print("Enter width:", end=" ")
|
||||
width = int(input())
|
||||
print("Plot area: ", len * width)
|
||||
Reference in New Issue
Block a user