0

What's the Type of programming language...?

this is the head of the code : from email import * from time import * from gpio import *

6th Dec 2018, 12:59 PM
Shihab Yacoub Ali
Shihab Yacoub Ali - avatar
4 Answers
6th Dec 2018, 1:06 PM
Rstar
Rstar - avatar
+ 3
Yes it will there in python official docs
6th Dec 2018, 1:10 PM
Rstar
Rstar - avatar
+ 2
is there any resources explaining those three package
6th Dec 2018, 1:07 PM
Shihab Yacoub Ali
Shihab Yacoub Ali - avatar
+ 1
it is some python code for GPIO (General-purpose input/output) like Raspberry Pi. But for Raspberry is usualy different name of modules import RPi.GPIO as GPIO or from gpiozero import LED email and time is standard python lib https://en.wikipedia.org/wiki/General-purpose_input/output
6th Dec 2018, 1:43 PM
zemiak