Answers for "Invalid indentation, must be a multiple of 5 spaces"

0

Invalid indentation, must be a multiple of 5 spaces

<MyGrid>
     GridLayout:
          cols:1

          GridLayout:
              cols:2

              Label:
                  text:"Name:"

              TextInput:
                   multinline:False

              Label:
                    text : "Email : "

              TextInput:
                  multinline:False

              Button:
                    text:"Submit"
Posted by: Guest on April-02-2021

Code answers related to "Invalid indentation, must be a multiple of 5 spaces"

Browse Popular Code Answers by Language