Clarify task code place in 1.9.1 (Class basic syntax)

This commit is contained in:
Vse Mozhe Buty 2020-10-27 18:37:31 +02:00 committed by GitHub
parent 2d5be7b730
commit 9bf1489101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,6 @@ importance: 5
# Rewrite to class # 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. P.S. The clock ticks in the console, open it to see.