min tag

32 questions


1 answers
82 views
0
How do I remove the navbar on the Python flask admin page or modify the css?

admin = Admin(app, index_view=AdminIndexView() name='Home', url='/admin_manager' ))admin.add_view(ModelView(Admin_en_filter, db.session))admin.add_view(ModelView(Admin_filter, db.session))When you c...

2 years ago

1 answers
70 views
0
The minimum value of the Python character input method is not found

n = str(Enter numbers separated by commas: )))x = min(n)print(Minimum value is %s. %(x))When I entered the number with the minimum value was I don't think I recognize the value of n. n = [1, 2, 3, 4...

2 years ago
« - 4 -

© 2024 OneMinuteCode. All rights reserved.