Problem description:
Small Code error in 100daysPython, day 66, Tutorial, adding text
Expected behavior:
print text box
Actual behavior:
code missing ()
image|365x500
Steps to reproduce:
Bug appears at this link:
Browser/OS/Device:
Problem description:
Small Code error in 100daysPython, day 66, Tutorial, adding text
Expected behavior:
print text box
Actual behavior:
code missing ()
image|365x500
Steps to reproduce:
Bug appears at this link:
Browser/OS/Device:
Hey @stasiey13 welcome to the forums!
Thank you for your post and sorry that you are experiencing issues. However the Replit support team may not be able to help you with this issue if you do not complete the template fields fully.
Without knowing the expected and actual behaviour (screenshots are fine for this section) as well as the link to your Repl and the steps a member of the support team will need to follow to reproduce the error there won’t be much we can do to help you.
The more information you provide at the start, the easier it will be to identify if your bug report is an issue or a misunderstanding.
I don’t know tkinter, but try making it a function by doing text.pack()
That’s the problem they were pointing out lol. It’s a bug in the 100 days course tutorial