Posts by Jefferson Dong Min Kwak • 51 points
5 posts
-
2
votes2
answers2510
viewsQ: Django - select options
I’m trying to put the names of the coordinators in the options of a select looking for the database, I already searched and it seems that there is another way to use select on Django, but it was not…
-
1
votes1
answer2705
viewsQ: I can’t close the Tkinter Window
Well I am making a python application using Tkinter, I made a login window after checking user and password I would like to open a system window and close the login window. I’m breaking my head and…
-
0
votes3
answers3361
viewsA: Make list with input in python
This can help you, to receive in 1 input all variables: x, y = input('').split(',') print(x) print(y)
-
0
votes2
answers101
viewsA: Can you do it with less variables?
Hello, I don’t know if you’ve learned about lists in python but will a very simple code And I don’t understand why you want me to print 'yes, X' and 'no, X' but I did. attribute to the variable…
pythonanswered Jefferson Dong Min Kwak 51 -
1
votes2
answers433
viewsQ: SQL server data default
Hello, I am creating a table and I need to leave the expiration date as default the date 1990/01/01. someone could give me a help? Below the code I’ve already created. create table Coordenador ( ID…
sql-serverasked Jefferson Dong Min Kwak 51