# minute()

### Example

<figure><img src="https://768248463-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqbs7pgU3AVBY06Rl9M31%2Fuploads%2Fi0ogAvxEyeeJJ6P8vKiM%2Fminute().gif?alt=media&#x26;token=5c4b4b5e-8cbd-4801-9f12-8a310e86bf7e" alt=""><figcaption></figcaption></figure>

```python
text('Current Minute:',200,250)
text(minute(), width/2, height/2)
```

### **Syntax**

```
minute()
```

### **Description**

The `minute()` function  returns the **current minute** of the hour as an integer ranging from **0 to 59**. It takes no arguments, and simply returns the current minute of the system clock.

{% hint style="info" %}
Find these documents helpful? Let the people who made them help your child learn to code at [**Strivemath**](https://www.strivemath.com/)<mark style="color:blue;">**!**</mark>

We'd love to hear your Feedback/Comments [here](https://docs.google.com/forms/d/e/1FAIpQLSeqorBAGTya-YBRI-VFjJxtgQtCz3ucGDI96K96sNyuaGuvdw/viewform?usp=sf_link).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learnpython.strivemath.com/p5-python-web/reference/built-in-functions/minute.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
