Hello. I’m trying to complete Lecture 30 and MonoDevelop is being “smart” by converting “text” into “Text”. Here’s the relevant code:
void Start () {
Text.text = "Hello world";
}
What’s going on, and is this why the instructor of “Learn Python the Hard Way” recommends that you don’t use an IDE? Thanks for your help.