|
559 | 559 | "text": [ |
560 | 560 | "C:\\Program Files\turtle game\n" |
561 | 561 | ] |
| 562 | + }, |
| 563 | + { |
| 564 | + "name": "stderr", |
| 565 | + "output_type": "stream", |
| 566 | + "text": [ |
| 567 | + "<>:1: SyntaxWarning: invalid escape sequence '\\P'\n", |
| 568 | + "<>:1: SyntaxWarning: invalid escape sequence '\\P'\n", |
| 569 | + "C:\\Users\\marco\\AppData\\Local\\Temp\\ipykernel_15680\\422930446.py:1: SyntaxWarning: invalid escape sequence '\\P'\n", |
| 570 | + " path = \"C:\\Program Files\\turtle game\"\n" |
| 571 | + ] |
562 | 572 | } |
563 | 573 | ], |
564 | 574 | "source": [ |
|
717 | 727 | "name": "stdout", |
718 | 728 | "output_type": "stream", |
719 | 729 | "text": [ |
720 | | - "['__doc__', '__loader__', '__name__', '__package__', '__spec__', 'acos', 'acosh', 'asin', 'asinh', 'atan', 'atan2', 'atanh', 'cbrt', 'ceil', 'comb', 'copysign', 'cos', 'cosh', 'degrees', 'dist', 'e', 'erf', 'erfc', 'exp', 'exp2', 'expm1', 'fabs', 'factorial', 'floor', 'fmod', 'frexp', 'fsum', 'gamma', 'gcd', 'hypot', 'inf', 'isclose', 'isfinite', 'isinf', 'isnan', 'isqrt', 'lcm', 'ldexp', 'lgamma', 'log', 'log10', 'log1p', 'log2', 'modf', 'nan', 'nextafter', 'perm', 'pi', 'pow', 'prod', 'radians', 'remainder', 'sin', 'sinh', 'sqrt', 'tan', 'tanh', 'tau', 'trunc', 'ulp']\n" |
| 730 | + "['__doc__', '__loader__', '__name__', '__package__', '__spec__', 'acos', 'acosh', 'asin', 'asinh', 'atan', 'atan2', 'atanh', 'cbrt', 'ceil', 'comb', 'copysign', 'cos', 'cosh', 'degrees', 'dist', 'e', 'erf', 'erfc', 'exp', 'exp2', 'expm1', 'fabs', 'factorial', 'floor', 'fma', 'fmod', 'frexp', 'fsum', 'gamma', 'gcd', 'hypot', 'inf', 'isclose', 'isfinite', 'isinf', 'isnan', 'isqrt', 'lcm', 'ldexp', 'lgamma', 'log', 'log10', 'log1p', 'log2', 'modf', 'nan', 'nextafter', 'perm', 'pi', 'pow', 'prod', 'radians', 'remainder', 'sin', 'sinh', 'sqrt', 'sumprod', 'tan', 'tanh', 'tau', 'trunc', 'ulp']\n" |
721 | 731 | ] |
722 | 732 | } |
723 | 733 | ], |
|
2141 | 2151 | "\n", |
2142 | 2152 | "is_even(x)\n", |
2143 | 2153 | " Return true if an integer is even\n", |
2144 | | - " \n", |
| 2154 | + "\n", |
2145 | 2155 | " Parameter\n", |
2146 | 2156 | " ----------\n", |
2147 | 2157 | " x : int\n", |
|
2409 | 2419 | "name": "stdout", |
2410 | 2420 | "output_type": "stream", |
2411 | 2421 | "text": [ |
2412 | | - "Notebook tested in 2024-04-02 using:\n", |
2413 | | - "Python 3.11.8 | packaged by Anaconda, Inc. | (main, Feb 26 2024, 21:34:05) [MSC v.1916 64 bit (AMD64)]\n" |
| 2422 | + "Notebook tested in 2025-06-18 using:\n", |
| 2423 | + "Python 3.13.5 | packaged by conda-forge | (main, Jun 16 2025, 08:20:19) [MSC v.1943 64 bit (AMD64)]\n" |
2414 | 2424 | ] |
2415 | 2425 | } |
2416 | 2426 | ], |
|
2425 | 2435 | } |
2426 | 2436 | ], |
2427 | 2437 | "metadata": { |
2428 | | - "interpreter": { |
2429 | | - "hash": "073408933f31e8ac7f6b4bf29a6f48e1a2f613d7d5b6e5c6c58fd8fdc8389e42" |
2430 | | - }, |
2431 | 2438 | "kernelspec": { |
2432 | | - "display_name": "Python 3 (ipykernel)", |
| 2439 | + "display_name": "default", |
2433 | 2440 | "language": "python", |
2434 | 2441 | "name": "python3" |
2435 | 2442 | }, |
|
2443 | 2450 | "name": "python", |
2444 | 2451 | "nbconvert_exporter": "python", |
2445 | 2452 | "pygments_lexer": "ipython3", |
2446 | | - "version": "3.11.8" |
| 2453 | + "version": "3.13.5" |
2447 | 2454 | } |
2448 | 2455 | }, |
2449 | 2456 | "nbformat": 4, |
|
0 commit comments