Merge pull request #2239 from vsemozhetbyt/patch-11

Clarify task code place in 1.9.1 (Class basic syntax)
This commit is contained in:
Ilya Kantor 2020-10-29 19:53:03 +03:00 committed by GitHub
commit 47414944e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,6 @@ importance: 5
# Rewrite to class
The `Clock` class is written in functional style. Rewrite it the "class" syntax.
The `Clock` class (see the sandbox) is written in functional style. Rewrite it in the "class" syntax.
P.S. The clock ticks in the console, open it to see.