Skip to content

Instantly share code, notes, and snippets.

View zzzz465's full-sized avatar
:octocat:

jungooji zzzz465

:octocat:
  • Seocho
  • 19:40 (UTC +09:00)
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine.SceneManagement;
using UnityEngine;
using Xft;
using System.Reflection;
@zzzz465
zzzz465 / 고두범.py
Created April 25, 2019 12:20
고두범
import random
test_table = list()
for i in range(10):
i += 1
test_table += [i for x in range(100)] #1 100개, 2 100개, 3 100개...가 든 test_table 을 만드는 코드, 총 1000개가 test_Table 안에 들어있음
test_average = [(sum([random.choice(test_table) for x in range(10)])/10) for x in range(10000)]
import matplotlib.pyplot as plt
@zzzz465
zzzz465 / asdf
Created March 12, 2019 14:29
asdf
1231242141343141