강의

멘토링

커뮤니티

BEST
Programming

/

Programming Language

[PY 0201] Python Level 1 for Artificial Intelligence

This is a course that offers extensive practice in Python's basic syntax. This is a course that provides practical exercises used in Machine Learning and Deep Learning, along with Python's syntax.

(5.0) 23 reviews

238 learners

Level Beginner

Course period Unlimited

  • asdfghjkl13551941
인공지능
인공지능
파이썬
파이썬
Python
Python
AI
AI
인공지능
인공지능
파이썬
파이썬
Python
Python
AI
AI

Exercise.114, 115 Error Correction

sum([u_el** 0.5 for u_el in u])**0.5

In , change 0.5 to 2

sum([u_el** 2 for u_el in u])**0.5

It should be written like this.

Comment