LoginSignup
0
0

More than 5 years have passed since last update.

udacity

Posted at

1 udacity 1-2

Quiz: Calculate And Format
In this quiz you're going to do some calculations for a tiler. Two parts of a floor need tiling. One part is 9 tiles wide by 7 tiles long, the other is 5 tiles wide by 7 tiles long. Tiles come in packages of 6.

How many tiles are needed?
You buy 17 packages of tiles containing 6 tiles each. How many tiles will be left over?
Remember to following the formatting guidelines above as you write your code.
クイズ:計算と書式
このクイズでは、タイラーの計算をいくつか行います。 床の2つの部分はタイリングが必要です。 1つの部分は9タイル幅で7タイル、もう1タイルは5タイル幅×7タイルです。 タイルは6のパッケージで来る。

いくつのタイルが必要ですか?
それぞれ6個のタイルを含む17個のタイルのパッケージを購入します。 いくつのタイルが残されますか?
上記の書式のガイドラインに従って、コードを記述することを忘れないでください。

google翻訳では以上になっているが意味不明である。

私の解釈では、縦9タイル横7タイルの補修にかかる枚数は?

である。

print((9*7)+(5*7))

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0