Python gives me an error when I type out the code which was working on copy pasting

前端 未结 0 663
终归单人心
终归单人心 2021-02-05 16:22
import kivy 
kivy.require(\'2.0.0\')

from kivy.app import App
from kivy.uix.label import Label


class MyApp(App):

    def build(self):
        return Label(text=\'Hel         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题