A

Admin • 832.27K Points
Coach

Q. How is a function declared in Python?

  • (A) def function function_name():
  • (B) declare function function_name():
  • (C) def function_name():
  • (D) declare function_name():
  • Correct Answer - Option(C)
  • Views: 18
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

By using def function_name(): we can declared in Python.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.