What is the correct way to call a function named “survey” that has no parameters?

1 answer

To call a function named "survey" that has no parameters, you need to write the following code:

```python
survey()
```

This will execute the "survey" function and any code inside it.
Similar Questions
  1. Identify the correct sentence.a.She doesn't call me no more. b.She doesn't never call me no more. c.She doesn't call me anymore.
    1. answers icon 2 answers
    1. answers icon 10 answers
  2. match the description with the correct functionfunction A: (0,-2), (4,-1), and (8,0) function B: (1, 0), (4, 9), and (8, 17)
    1. answers icon 1 answer
    1. answers icon 2 answers
more similar questions