mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
16 lines
529 B
HTML
16 lines
529 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to PyCharm Edu &majorVersion;.&minorVersion;</h1>
|
|
<p>
|
|
Get familiar with the main features of the IDE by reading these tips.</p>
|
|
<p>
|
|
Try out the features described in the tips while this dialog stays open on the screen.</p>
|
|
<p>
|
|
If you close the dialog, you can always get back to it using
|
|
<span class="control">Help | Tip of the Day</span> on the menu bar.</p>
|
|
</body>
|
|
</html>
|