Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Name: Geon Park
In lesson0 ppt, it says 'stdlib module is automatically opened'.
And it is.
Can we use stdlib predefined type (eg. Float) & functions (eg. truncate) ?
Homework2 was easy to handle functions since we were able to use modules - #246
But we also shouldn't "change directory structures " as described on each hw's readme.
Can we define own module in the code, without hurting (if) existing modules? (Hurting would include changing existing modules' methods' any detail like input / output type, etc.)
Beta Was this translation helpful? Give feedback.
All reactions