Created
March 26, 2020 09:35
-
-
Save jamesshah/35a2c46ac328949ce8e3ac6599d35263 to your computer and use it in GitHub Desktop.
This file contains 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
values = { | |
# Email Address | |
"emailAddress": str(sys.argv[1]), | |
# Enrollment Number | |
"entry.33987362": str(sys.argv[2]), | |
# Course | |
"entry.363926033": "BE", | |
# Branch | |
"entry.733518766": "IT", | |
# Semester | |
"entry.114626584": "Sem-6", | |
# Subject | |
"entry.609979780": i[2], | |
# Date | |
"entry.1916623197_year": date[0], | |
"entry.1916623197_month": date[1], | |
"entry.1916623197_day": date[2][0:2], | |
# Time | |
"entry.125609755_hour": i[0], | |
"entry.125609755_minute": i[1], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment