Search results
Healthcare Financial services Manufacturing Government View all industries View all solutions Resources Topics. AI DevOps Security Software Development View all Explore. Learning Pathways ... 3.5.7 Rectangle, Part 2.py. Blame. Blame. Latest commit ...
Healthcare Financial services Manufacturing Government View all industries View all solutions Resources Topics. AI DevOps Security Software Development View all Explore. Learning Pathways ... 3.5.7 Rectangle Part 2.py. Blame. Blame. Latest commit ...
The only thing you should have to remember is that all your variables are stored as integers and python only allows you to print strings so when printing area and perimeter, make sure you case them to strings. Which just means you write str(<variable>) Then whatever variable you put in the parenthesis becomes a string. 2. Reply. Award.
Bezpłatna usługa Google, umożliwiająca szybkie tłumaczenie słów, zwrotów i stron internetowych w języku angielskim i ponad 100 innych językach.
the answer for 3.5.8 Rectangle, Part 3 Perimeter: 30 length = 10 width = 5 length = int(input("what is the lenght of the rectamgle")) width = int(input("what is the width of the rectangle")) area = length * width perimeter = 2 * (length + width) print(area) print(perimeter)
The question asks for assistance with a specific programming task in CodeHS, which is a platform for learning to code. The task is to write code for '3.5.7 Rectangle Part 2', which likely involves creating a pattern with numbers in a rectangle shape.
Free Response 1.1.2 Welcome. 2. Karel in Python. 2.1 Introduction to Programming With Karel. Video 2.1.1 Introduction to Programming With Karel. Check for Understanding 2.1.2 Quiz: Karel Commands. Example 2.1.3 Our First Karel Program. Exercise 2.1.4 Your First Karel Program. Exercise 2.1.5 Short Stack.