We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Please feel free to edit this with ideas, thoughts, complaints, anything.
Hello there! I've been entering this code:
import prosodic as p text = p.Text("Shall I compare thee to a summer's day?")
And have been getting this error message:
AttributeError: module 'prosodic' has no attribute 'Text'
Any thought?
Thanks!
Vincent