Dein Suchergebnis zum Thema: have

Call a function

https://makecode.calliope.cc/javascript/call

The simplest way to get started in JavaScript is to call one of the built-in JavaScript functions. Just like how Blocks are organized into categories/drawers, the functions are organized by namespaces, with names corresponding to the drawer names.
parentheses go the function arguments: Math.min(1, 2) It’s a syntax error to have

Call a function

https://makecode.calliope.cc/python/call

The simplest way to get started in Python is to call one of the built-in Python functions. Just like how Blocks are organized into categories/drawers, functions are organized by namespaces too, with names corresponding to the drawer names.
parentheses go the function arguments: Math.min(1, 2) It’s a syntax error to have