[Solved] Python script: Syntax error

[ad_1] 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”) [ad_2] solved Python script: Syntax error

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

[ad_1] 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 [ad_2] solved How can i scan … Read more