Skip to content

Instantly share code, notes, and snippets.

View Jay-flow's full-sized avatar
🎯
Focusing

Jay-flow Jay-flow

🎯
Focusing
View GitHub Profile
@Jay-flow
Jay-flow / example_code.py
Last active May 7, 2020 01:06
example_code for python comprehension
def example_code(list_of_product_data):
return [product for product in list_of_product_data if product == 'specific_kind']
package io.bagstation.bagstation;
import android.util.Log;
import android.app.Activity;
import android.os.Build;
import android.webkit.WebViewClient;
import android.webkit.WebView;
import android.content.Intent;
import android.content.ActivityNotFoundException;
import android.net.Uri;