- 2
Please how do I write a code for python beginners
How to write a code on the number of seconds in 30 days
3 Respostas
0
First you need compiler or idle to run python code
Or use online compiler
+ 5
1 hour has 60 seconds , there are 24 hrs in one day . So we have total seconds=60*24
Now we have 30 days . So total seconds=60*24*30
+ 3
Hello Njimah Usman,
I see you tried to tag a friend, but the way you write his name in the Relevant Tags entry, your friend will not get any notification.
In SoloLearn forum tags serves a different purpose, that is to specify a discussion topic/scope by language or subject.
https://code.sololearn.com/W3uiji9X28C1/?ref=app
if you want to mention a friend e.g. Michael Dhlamini, then you type @ followed by first few letters of their name in the Description entry (near Relevant Tags entry). You can then pick a name from a popup menu of names.
When they're online, they will get a notification about it (SoloLearn app only, not in SoloLearn web).
Note that you also need to be following the person to be able to mention them.