-
Notifications
You must be signed in to change notification settings - Fork 0
Overview
megat69 edited this page May 26, 2020
·
2 revisions
This is the code sample and its result.
`print(Hiii !) # Print
float TimeToWait = input(How much time do you want to wait ? (In seconds)\n) str Reminder = input(And for what purpose ? Give me your reminder.\n)
pause({float TimeToWait}) print(You asked me to remind you this thing : {str Reminder})`
