Ngtungfei / Graphene-Oxide-Generator2

A tool to draw Graphene Oxide 3D chemical structures. (Python 3.6)
7 stars 5 forks source link

Getting an invalid syntax error #1

Open CarinRae opened 5 years ago

CarinRae commented 5 years ago

Error is as follows:

File "C:\GOgenerator.py", line 194 print len(self.olist),'-O- added' ^ SyntaxError: invalid syntax

Any idea where the issue is? I would really like to use this code to generate some structures but am not great at debugging Python.

thanks in advance!