You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below are the snippets of codes from the book . I got underlined errors while running them on Jyupyter notebooks ,Python 3 .
Please resolve
type SomeFIle.txt | python egrep.py "[0-9]" | python line_count.py (on P- 112)
Error : Invalid syntax
process(date,symbol,closing_price) (on P-115)
Error : name 'process' is not defined
The text was updated successfully, but these errors were encountered:
Below are the snippets of codes from the book . I got underlined errors while running them on Jyupyter notebooks ,Python 3 .
Please resolve
type SomeFIle.txt | python egrep.py "[0-9]" | python line_count.py (on P- 112)
Error : Invalid syntax
process(date,symbol,closing_price) (on P-115)
Error : name 'process' is not defined
The text was updated successfully, but these errors were encountered: