# point()

### Example

![](https://768248463-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqbs7pgU3AVBY06Rl9M31%2Fuploads%2Fx3oasD4KGcYQ9ha9iCrv%2Fpoint.png?alt=media\&token=db2eef7c-23a3-425f-91ac-3210a4705684)

```python
point(200,200)
```

### Syntax

```python
point(x, y)
```

<table><thead><tr><th width="167">Input</th><th>Description</th></tr></thead><tbody><tr><td>x</td><td>x co-ordinate of the point</td></tr><tr><td>y</td><td>y co-ordinate of the point</td></tr></tbody></table>

<figure><img src="https://768248463-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqbs7pgU3AVBY06Rl9M31%2Fuploads%2FuBOUgkejx2Fa1Gbnn4Fa%2Fimage.png?alt=media&#x26;token=96c5301e-8e57-48bc-9830-0c65dd032762" alt=""><figcaption></figcaption></figure>

### Description

**point()** draws a point on the canvas, using the inputs to determine the **x** and **y** coordinates of its position.

{% 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 %}
