Message 'module' object has no attribute 'Addpoint'

Hi, am a beginner and started to learn about Pythonscript. May I ask what am doing wrong in the script ? Rhino keeps showing me this " Message ‘module’ object has no attribute ‘Addpoint’" when I try to execute the Pythonscript. Am really not sure what is going on, would really appreciate if someone could help, thanks. Am using Visual Studio to write it. Have attached the images below.

Rhino Window

Hi @lokezhiming ,
The function name should be ‘rs.AddPoint’.
Python is case sensitive.

1 Like

Thanks very much ! Do appreciate it. Its working now after changing the Caps