Skip to content

Instantly share code, notes, and snippets.

@jamesshah
Created March 26, 2020 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesshah/35a2c46ac328949ce8e3ac6599d35263 to your computer and use it in GitHub Desktop.
Save jamesshah/35a2c46ac328949ce8e3ac6599d35263 to your computer and use it in GitHub Desktop.
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