[Solved] Python script: Syntax error

You are missing parenthesis around the print statements. The correct syntax is: print(“Temperature: “, temperature,” C humidity: “, humidity) Python 3 requires print statements containing text to be inside of (” “), variables inserted like: print(” text “, variable, “more text”) solved Python script: Syntax error

[Solved] How can i scan my fingerPrint using phone sensor in Android?

finger print security api https://developer.android.com/preview/api-overview.html ,its the new api introduced in 6.0 . Biometric Security – In an effort to enhance security, the much needed system-wide biometric fingerprint will be provided by Android Marshmallow. The user can unlock devices with fingerprints and purchase apps on Google Play 1 solved How can i scan my fingerPrint … Read more