Import

Created by Julien Palard

Write a script that print the factorial of 27.

Use the factorial function from the math module.

Advice

You'll need to import the math module. The math module, as well as many others, are packaged with Python, you don't have nothing to install on your computer, if you have Python it's already here.

Have a look at the standard modules section in this tutorial and the import statement.

There's no corrections yet, hit the `Submit` button to send your code to the correction bot.

Keyboard shortcuts:

  • Ctrl-Enter: Send your code to the correction bot.
  • Escape: Get back to the instructions tab.

See solutions