cs50 / problems

Checks for check50
134 stars 227 forks source link

Update __init__.py #249

Closed curiouskiwi closed 2 months ago

curiouskiwi commented 2 months ago

add missing ) to close the as.integer function. Was causing check50 to fail with this message:


"year <- as.integer(commandArgs(trailingOnly = TRUE)[1]
predicted_visitors"
Execution halted```