This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
import flet | |
from flet import Column | |
from flet import Container | |
from flet import ElevatedButton | |
from flet import Page | |
from flet import TextField | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
import flet | |
from flet import Column | |
from flet import Container | |
from flet import ElevatedButton | |
from flet import Page | |
from flet import TextField | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import flet | |
from flet import AppBar | |
from flet import ElevatedButton | |
from flet import Page | |
from flet import Text | |
from flet import View | |
class FirstPage(View): | |
def __init__(self, page): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import flet | |
from flet import AppBar | |
from flet import ElevatedButton | |
from flet import Page | |
from flet import Text | |
from flet import View | |
class FirstPage(View): | |
def __init__(self, page): |